﻿* {
    font-family: 'Open Sans',arial,sans-serif !important;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow: auto;
}

textarea:focus, input:focus {
    outline: 0;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:active {
    text-decoration: none;
    color: #d14836;
}

A:hover {
    text-decoration: none;
    color: Red;
}

.folatLeft {
    float: left;
}

* {
    font-family: 'MS UI Gothic',arial,sans-serif;
}

.cntrThumb {
    width: 180px;
    height: 150px;
    vertical-align: middle;
    position: relative;
}

.cntrSThumb {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: relative;
}

    .cntrSThumb img, .cntrThumb img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

body {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainDiv {
    width: 950px;
    text-align: center;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #2b7fb6;
    font-size: 12px;
}

    a.upgrade:hover, a#SignOut:hover {
        color: #4ba7da;
    }

img {
    border: 0;
}

.LinkSpan {
    padding-right: 5px;
}

.LinkSpanBig {
    padding-left: 10px;
    padding-left: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}

.headerDiv {
    width: 100%;
    height: 95px;
}

    .headerDiv a {
        font-size: 14px;
        font-weight: bold;
    }

.controlsDiv {
    width: 115px;
}

.MachinesDiv {
    float: left;
    width: auto;
    margin-top: 7px;
    margin-left: 7px;
}

.dZoolz {
    width: 140px;
    height: 25px;
    background-color: #30bd7c;
    color: #fff;
    float: left;
    line-height: 25px;
    text-align: center;
}

    .dZoolz label, .viewHeaderDiv label {
        cursor: pointer;
    }

.viewHeaderDiv {
    height: 25px;
    padding-bottom: 5px;
    width: 100%;
    background-color: #f4f4f4;
    position: relative;
}

.bBot {
    border-bottom: 1px solid #ddd;
}

    .bBot > div {
        margin-top: 5px;
    }

.viewHeaderDiv div {
    border-left: solid 1px #c2c2c2;
    float: left;
    text-align: left;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.viewHeaderDiv a {
    color: #666;
    font-size: 12px;
}

.viewerDiv {
    width: 100%;
    height: 100%;
    margin-top: 116px;
    display: inline-block;
}

    .viewerDiv a {
        color: #454545;
    }

    .viewerDiv .LinkSpan {
        padding-left: 10px;
    }

.thumbFile {
    float: left;
    height: 150px;
    width: 180px;
    margin: 5px;
}

.thumbFileDiv {
    height: 140px;
    padding-top: 10px;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
}

    .thumbFileDiv img {
        cursor: pointer;
    }

.thumbDiv {
    height: 150px;
    padding-top: 0;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
}

    .thumbDiv div {
        text-align: center;
        padding: 2px;
        font-size: 12px;
        vertical-align: middle;
    }

.thumbFileDiv div {
    text-align: center;
    padding: 2px;
    font-size: 11px;
    vertical-align: middle;
}

.largeFan .fileDiv div {
    padding: 2px;
    padding-left: 5px;
}

.fileDiv div {
    margin-right: 5px;
    text-align: left;
    padding: 5px;
    font-size: 12px;
    position: relative;
    float: left;
    vertical-align: middle;
}

.fileDiv a {
    font-size: 13px;
    color: #666;
}

.fileDiv img {
    cursor: pointer;
}

.fileDiv {
    width: 100%;
    overflow: hidden;
    height: 46px;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
    line-height: 36px;
    color: #666;
    font-size: 13px;
}

.f_fileDiv {
    width: 100%;
    overflow: auto;
    height: 46px;
    vertical-align: middle;
    border-bottom: 1px solid #dedede;
    line-height: 36px;
    color: #666;
    font-size: 13px;
}

.focusedFile {
    border-bottom: 1px solid #dedede;
}

.selectedFile {
    background-color: #5eb0de;
    color: #fff;
}

    .selectedFile a {
        color: #fff;
    }

.selectedThumb {
    background-color: #cdf;
}

.overFile {
    background-color: #e0f4ff;
}

.overThumb {
    background-color: #f6f9ff;
}

.dOver {
    background-color: #9cf;
}

.TopFixed {
    position: fixed;
    width: 950px;
    top: 150px;
    background-color: #fff;
    z-index: 9;
    height: 210px;
}

.topDiv {
    position: fixed;
    top: 64px;
    left: 0px;
    right: 0px;
    z-index: 9;
    min-width: 950px;
}

.logoDiv {
    width: 100%;
    background-color: #3c404b;
    z-index: 9;
    height: 50px;
    line-height: 50px;
}

.mapDiv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2f2f2;
    z-index: 9;
    height: 44px;
    border-bottom: 1px solid #ddd;
}

.containerMidDiv {
    width: 100%;
    background-color: #fff;
    z-index: 9;
    height: auto;
}

.midDiv {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}

    .midDiv div {
        float: left;
    }

.searchButton {
    width: 26px;
    height: 28px;
    background: url(../imgs/16/search.png) no-repeat center center;
    background-color: #3897d6;
    margin-top: -0.5px;
}

.thumbLoader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../imgs/Loader.gif) no-repeat center center;
}

.mapSepDiv {
    background: url(../imgs/16/arrowRight.png) no-repeat center center;
    width: 20px;
    height: 16px;
}

.mapActive {
    background-color: #33a9ec;
    color: #fff;
    border: 1px solid #7dc5ef;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
}

.bcDiv a {
    font-size: 13px;
    color: #000;
}

.bcDiv div {
    font-size: 13px;
    margin: 2px;
    height: 20px;
    line-height: 20px;
}

.bcDiv {
    width: 628px;
    height: 26px;
    padding-top: 5px;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.searchDiv {
    width: auto;
    line-height: 45px;
    margin-top: 7px;
    position: relative;
    float: right;
    margin-right: 13px;
}

.lblSearch {
    position: absolute;
    top: -9px;
    left: 7px;
    cursor: text;
    font-size: 15px;
}

.grayColor {
    color: #ccc;
}

.oGrayColor {
    color: #aaa;
}

#txtSearchInpt {
    border: 1px solid #ccc;
    width: 240px;
    height: 24px;
    font-size: 15px;
    padding-left: 7px;
}

.delFile .fileDiv div {
    opacity: .7;
    color: #ffa8a8;
    color: rgba(255,0,0,0.7);
}

    .delFile .fileDiv div a {
        color: #ffa8a8;
        color: rgba(255,0,0,0.7);
    }

.ShowMore {
    text-align: left;
    padding: 5px;
    height: 30px;
    background: url(../imgs/mrLdr.gif?v=1) no-repeat center center;
}

.parentDiv {
    text-align: left;
    padding: 5px;
    padding-left: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 947px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    padding-left: 3px;
    height: 25px;
    line-height: 25px;
    color: #0a577e;
    font-size: 11px;
    border-top: 1px solid #ddd;
}

.itmCnt {
    float: left;
}

.SepDiv {
    height: 25px;
    width: 1px;
    background-color: #ddd;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}

div.img {
    margin: 2px;
    border: 1px solid #eee;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
    margin: 10px;
    position: relative;
}

.thumbViewDiv {
    position: absolute;
    top: 0;
    right: 0;
}

.checkedCB {
    background: url(../imgs/group/CB.png) no-repeat 0 center;
}

.uncheckedCB {
    background: url(../imgs/group/CB.png) no-repeat -13px center;
}

.icn {
    width: 13px;
    height: 26px;
    margin-left: 18px;
}

.icnd {
    width: 16px;
    height: 26px;
    margin-left: 18px;
}

.icnR {
    width: 18px;
    height: 26px;
    margin-left: 14px;
}

.mIcn {
    width: 13px;
    height: 26px;
    margin-left: 4px;
    margin-right: 4px;
}

.shareMenu {
    height: 41px;
    margin-top: 20px;
    width: 550px;
    border-bottom: 1px solid #ddd;
}

    .shareMenu div {
        float: left;
        background-color: #f4f4f4;
        border: 1px solid #ddd;
        border-right: 0;
        width: 80px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

#shareDiv {
    width: 600px;
}

.shareMenu .mActive {
    background-color: #3897d6;
    color: #fff;
    cursor: default;
}

.DownloadIcn {
    background: url(../imgs/group/Dld.png) no-repeat -16px center;
}

.DeleteIcn {
    background: url(../imgs/group/Del.png) no-repeat -13px center;
}

.ShareIcn {
    background: url(../imgs/group/Shr.png) no-repeat -13px center;
}

.VersionsIcn {
    background: url(../imgs/group/ver.png) no-repeat -13px center;
}

.DeletedIcn {
    background: url(../imgs/group/Bin.png) no-repeat -13px center;
}

.RefreshIcn {
    background: url(../imgs/group/rld.png) no-repeat -19px center;
}

.ctrA:active .DownloadIcn {
    background: url(../imgs/group/Dld.png) no-repeat 0 center;
}

.ctrA:active .DeleteIcn {
    background: url(../imgs/group/Del.png) no-repeat 0 center;
}

.ctrA:active .ShareIcn {
    background: url(../imgs/group/Shr.png) no-repeat 0 center;
}

.lLinkA:active .VersionsIcn {
    background: url(../imgs/group/ver.png) no-repeat 0 center;
}

.lLinkA:active .DeletedIcn {
    background: url(../imgs/group/Bin.png) no-repeat 0 center;
}

.ctrA:active .RefreshIcn {
    background: url(../imgs/group/rld.png) no-repeat 0 center;
}

.DownloadIcnD {
    background: url(../imgs/group/Dld.png) no-repeat -32px center;
}

.DeleteIcnD {
    background: url(../imgs/group/Del.png) no-repeat -26px center;
}

.ShareIcnD {
    background: url(../imgs/group/Shr.png) no-repeat -26px center;
}

.VersionsIcnD {
    background: url(../imgs/group/ver.png) no-repeat -26px center;
}

.DeletedIcnD {
    background: url(../imgs/group/bin.png) no-repeat -26px center;
}

.ctrA:active {
    background-color: #3897d6;
}

.ctrlDiv {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-right: 0;
    width: 50px;
    height: 26px;
}

.moreDiv {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #0072c6;
    height: 26px;
    width: 70px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.lLinkA {
    cursor: pointer;
    width: 100%;
}

    .lLinkA:hover {
        background-color: #ededed;
    }

    .lLinkA:active {
        background-color: #0072c6;
        color: #fff;
    }

.lLink {
    width: 100%;
    cursor: default;
}

a .lLink {
    color: #ccc;
}

a .lLinkA {
    color: #0072c6;
}

.moreDiv div {
    height: 30px;
    text-align: left;
}

.moreDiv .m1 {
    float: left;
    width: 50px;
    line-height: 26px;
    text-align: right;
}

.moreDiv .m2 {
    float: left;
    width: 20px;
    background: url(../imgs/rDown.png) no-repeat center center;
}

.mMenu div {
    line-height: 32px;
}

.mMenu {
    position: absolute;
    top: 26px;
    left: -1px;
    width: 163px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    z-index: 10;
}

.DisLink {
    cursor: default;
}

.cb {
    float: left;
    padding-top: 5px;
}

    .cb div {
        width: 3px;
        height: 16px;
    }

.cbt {
    float: left;
    padding-top: 10px;
}

    .cbt div {
        width: 9px;
        height: 16px;
    }

.viewButton {
    width: 40px;
    height: 26px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
}

.viewInr {
    width: 14px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
}

.thA {
    background-color: #e3e3e3;
}
.thumbCBox {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
}

    .thumbCBox div {
        float: left;
        color: #fff;
        text-align: left;
        height: 15px;
        line-height: 15px;
    }

        .thumbCBox div a {
            color: #fff;
        }

div.img img {
    display: inline;
    margin: 3px;
    border: 1px solid #fff;
}

div.img a:hover img {
    border: 1px solid #ddd;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 2px;
}

.ViewTypesDiv {
    text-align: right;
    width: 84px;
}

    .ViewTypesDiv div {
        float: right;
    }

.thumbContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #000;
    z-index: 1000;
}

.FancyMain {
    width: 500px;
    height: auto;
    border: 1px solid #ccc;
}

.CloseIcon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url(../imgs/13/Close.png) no-repeat 0 0;
}

.fancyHeader {
    width: 96%;
    border-bottom: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    padding-top: 8px;
}

.smHeader {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    padding: 20px;
}

.smBody {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.fancyBody {
    color: #666;
    padding: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 0;
    font-size: 13px;
    margin-top: 10px;
    display: table-cell;
    width: 100%;
}

.fancyControls {
    margin-top: 10px;
}

.fancyControls2 {
    float: right;
    margin-top: 40px;
}

.largeFan {
    height: 500px;
    overflow-x: hidden;
}

.textBoxFancy {
    width: 320px;
    height: 20px;
    border: 1px solid #e2e2e2;
}

.buttonFancy {
    background: #4690bc;
    background: -webkit-gradient(linear,left top,left bottom,from(#5caee3),to(#4087b1));
    background: -moz-linear-gradient(top,#5caee3,#4087b1);
    color: #fff;
    width: 110px;
    height: 23px;
    border: 0 solid #e2e2e2;
    margin-left: 5px;
    cursor: pointer;
}

.imageContainerDiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.imageCloseDiv {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
    color: #0bf;
    cursor: default;
    font-weight: bold;
    font-size: 20px;
    z-index: 2001;
    width: 22px;
    height: 22px;
}

.imageViewerMainDiv {
    width: 100%;
    height: 100%;
    position: relative;
}

.imageVieweControlsDiv {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 60px;
    border-top: 1px solid #999;
}

.imgsCount {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: White;
    width: 350px;
}

.imageLinksDiv {
    margin-left: 50px;
    margin-top: 5px;
    text-align: left;
    float: left;
}

    .imageLinksDiv div {
        margin-top: 5px;
        float: left;
        height: 25px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .imageLinksDiv a {
        color: #0bf;
        font-size: 14px;
        text-decoration: none;
    }

        .imageLinksDiv a:hover {
            color: #0cf;
            font-weight: bold;
        }

.colorsControlsDiv {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 60px;
    margin-bottom: 20px;
}

.BlackBox {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px;
    background-color: #000;
    border: 1px solid #fff;
}

.WhiteBox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #000;
    float: left;
}

.imageVieweImageDiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 60px;
}

.thumbContainer img {
    cursor: pointer;
}

.previousThumb {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    cursor: pointer;
}

.nextThumb {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    cursor: pointer;
}

.NBThumb {
    width: 30px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.closeWhite {
    background: url(../imgs/group/close.png) no-repeat -22px center;
}

.closeBlack {
    background: url(../imgs/group/close.png) no-repeat 0 center;
}

.preTWhite {
    background: url(../imgs/group/Arrow_Left.png) no-repeat -30px center;
}

.nextTWhite {
    background: url(../imgs/group/Arrow_Right.png) no-repeat -30px center;
}

.preTBlack {
    background: url(../imgs/group/Arrow_Left.png) no-repeat 0 center;
}

.nextTBlack {
    background: url(../imgs/group/Arrow_Right.png) no-repeat 0 center;
}

.DownTWhite {
    background: url(../imgs/group/download.png) no-repeat -28px 0;
    width: 28px;
}

.DownTBlack {
    background: url(../imgs/group/download.png) no-repeat 0 0;
    width: 28px;
}

.DelTWhite {
    background: url(../imgs/group/delete.png) no-repeat -18px 0;
    width: 18px;
}

.DelTBlack {
    background: url(../imgs/group/delete.png) no-repeat 0 0;
    width: 18px;
}

.ShrTWhite {
    background: url(../imgs/group/share.png) no-repeat -19px 0;
    width: 19px;
}

.ShrTBlack {
    background: url(../imgs/group/share.png) no-repeat 0 0;
    width: 19px;
}

.PubTWhite {
    background: url(../imgs/group/public.png) no-repeat -24px 0;
    width: 26px;
}

.PubTBlack {
    background: url(../imgs/group/public.png) no-repeat 0 0;
    width: 26px;
}

.div_message {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    padding: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-size: 13px;
    color: #333;
}

.SuccessNotification {
    background-color: #cdfcc1;
    border: 1px solid #2fc700;
}

.ErrorNotification {
    background-color: #fccac1;
    border: 1px solid #eb5439;
}

.WarningNotification {
    background-color: #ffe9ad;
    border: 1px solid #fab418;
}

.InfoNotification {
    background-color: #d1e4f3;
    border: 1px solid #4d8fcb;
}

.NavDiv {
    text-align: left;
    height: 50px;
    float: left;
    padding-top: 22px;
    padding-right: 12px;
    margin-right: 12px;
    display: none;
}

.txtNavDiv {
    border: 1px solid #000;
    float: left;
    height: 25px;
}

.rfrshNavDiv {
    float: left;
    border: 1px solid #000;
    border-left: 0;
    float: left;
    height: 25px;
}

#bodyDiv {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 90%;
    padding-bottom: 30px;
}

#contextMenuDiv {
    border: 1px solid #dbdbdb;
    width: 200px;
    height: auto;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    color: #3897d6;
}

    #contextMenuDiv div {
        height: 20px;
        padding: 5px;
        line-height: 20px;
        text-align: left;
    }

        #contextMenuDiv div:hover {
            background-color: #efefef;
        }

    #contextMenuDiv a {
        color: #3897d6!important;
    }

        #contextMenuDiv a:hover {
            text-decoration: none;
        }

        #contextMenuDiv a:active {
            color: #000;
        }

.uInfo img {
    margin-top: 6px;
}

.uInfo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 30px;
}


.uControls {
    float: left;
}

    .uControls div {
        float: left;
        margin-left: 7px;
    }

        .uControls div img {
            margin-top: 10px;
        }

.machinesSelect {
    width: 200px;
    margin-right: 10px;
    background: #fff;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #ddd;
    height: 27px;
    color: #2281cf;
    margin-left: 3px;
}

.shareCb {
    width: 13px;
    height: 13px;
    float: left;
    margin: 3px;
    margin-right: 7px;
}

.shareOption {
    position: relative;
    margin-top: 3px;
}

.shareOption {
    padding-top: 5px;
}

.mapLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    background: url(../imgs/mpL.png) no-repeat 0 center;
}

.mapRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    background: url(../imgs/mpR.png) no-repeat center center;
}

#bcDiv {
    width: 999999px;
}

.optDiv {
    padding: 5px;
}

.lblDiv {
    float: left;
}

.txtDiv {
    float: right;
}

.pssPrnt {
    height: 40px;
    width: 280px;
    line-height: 40px;
}

.shrDiv {
    margin-left: 22px;
}

.dpParent {
    margin: 15px;
    margin-left: 40px;
}

.shrControls {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

    .shrControls div {
        width: 110px;
        height: 30px;
        color: #fff;
    }

input[type="button"] {
    color: #fff;
    width: auto;
    min-width: 100px;
    background: #4690bc;
    background: -webkit-gradient(linear,left top,left bottom,from(#5caee3),to(#4087b1));
    background: -moz-linear-gradient(top,#5caee3,#4087b1);
    color: #fff;
    min-width: 100px;
    height: 23px;
    border: 0;
    margin-left: 5px;
    cursor: pointer;
}

    input[type="button"]:hover {
        background: #4690bc;
        background: -webkit-gradient(linear,left top,left bottom,from(#5caee3),to(#4087b1));
        background: -moz-linear-gradient(top,#5caee3,#4087b1);
        width: auto;
        border: 0;
        min-width: 100px;
        height: 23px;
    }

input[type="password"] {
    font-family: Arial;
}

.socialParent {
    width: 275px;
    height: 132px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

    .socialParent a div {
        float: left;
        height: 75px;
        line-height: 46px;
        margin: 5px;
        padding: 15px;
    }

.fileDiv .ovBtns {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.fileDiv:hover .ovBtns {
    display: block;
}

.ovBtns div {
    float: right;
    width: 20px;
    height: 20px;
    margin: 3px;
}

.ovVI {
    background: url(../imgs/view.png) no-repeat center center;
}

.ovVD {
    background: url(../imgs/view.png) no-repeat center center;
}

.ovDF {
    background: url(../imgs/Download.png) no-repeat center center;
}

.curveArrow {
    float: right;
    width: 35%;
    height: 100%;
    background: url(../imgs/curve.png) no-repeat center center;
}

.noMachinesDiv {
    width: 400px;
    height: 175px;
    position: absolute;
    z-index: 99;
}

#pFancyMSG, #pShareMSG {
    height: 5px;
}

.Up {
    background: url(../imgs/group/sortArrows.png) no-repeat center 0;
}

.Down {
    background: url(../imgs/group/sortArrows.png) no-repeat center -35px;
}

.viewHeaderDiv .cbAll {
    position: absolute;
    width: 13px;
    padding: 0;
    height: 13px;
    border: 0;
    top: 8px;
    left: 10px;
}

#shareManagerDiv .imageViewerMainDiv {
    background-color: white;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCC;
    padding: 20px;
    margin-top: 64px;
    margin-bottom: 20px;
}

#shareManagerDiv {
    padding-bottom: 130px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    z-index: 20;
}

.scMain {
    width: 800px;
    height: 480px;
    border-bottom: 1px solid #eee;
}

#ksDiv {
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    padding-left: 0;
    float: left;
    width: 20%;
    width: 21%;
    line-height: 36px;
}

.scKeys {
    float: left;
    color: #0af;
    text-align: right;
    width: 18%;
    margin: 5px;
    height: auto;
}

.scAction {
    float: right;
    text-align: left;
    width: 57%;
    margin: 5px;
}

#iksDiv {
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    padding-left: 0;
    width: 21%;
    float: left;
    line-height: 36px;
}

.mapDiv > div {
    width: 950px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.zlzLog {
    width: 350px;
    height: 100%;
    float: left;
}

    .zlzLog img {
        /*margin-top: 10px;
        max-height: 22px;*/
        max-height: 45px;
    }

.zlzTry {
    width: auto;
    height: 32px;
    float: right;
    background: #01B46E;
    background: -webkit-gradient(linear, left top, left bottom, from(#01C076), to(#01A464));
    background: -moz-linear-gradient(top, #01C076, #01A464);
    border: 1px solid #009A5D;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-top: 4px;
    border-radius: 3px;
}

#moreDiv {
    font-size: 13px;
}

#lblComp {
    font-size: 14px;
}

.zlzP {
    position: absolute;
    color: white;
    font-size: 10px;
    top: 12px;
    left: 16px;
    z-index: 300;
}

    .zlzP a {
        color: white;
        font-size: 13px;
    }

    .zlzP .fs {
        font-size: 13px;
    }

.bodyBorder {
    position: fixed;
    z-index: 210;
    margin: 2px;
}

#borderLeft, #borderRight {
    top: 0;
    bottom: 0;
    width: 5px;
}

.borderV {
    background: url(../imgs/vL.png) repeat-y;
}

.borderVL {
    background: url(../imgs/vLL.png) repeat-y;
}

.borderH {
    background: url(../imgs/hL.png) repeat-x;
}

.borderHL {
    background: url(../imgs/hLL.png) repeat-x;
}



#borderLeft {
    left: 0;
}

#borderRight {
    right: 0;
}

#borderTop, #borderBottom {
    left: 0;
    right: 0;
    height: 5px;
}

#borderTop {
    top: 0;
}

#borderBottom {
    bottom: 0;
}

.dropDiv {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: #8ED0F4;
    color: #FFFFFF;
    width: 300px;
    text-align: center;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    font-weight: bold;
}

#dragbar {
    width: 100%;
    height: 5px;
    cursor: s-resize;
    background: url(../imgs/rResize.png) no-repeat center center;
    position: absolute;
    top: 2px;
}

.Progress {
    background-color: #BFDBF0; /*height: 88%;     top: 2px;     left: 2px;*/
    height: 100%;
    width: 0%;
    position: absolute;
    overflow: hidden;
    color: #FFFFFF;
}

.ProgressBar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: floralWhite;
}


.dropDiv {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: #8ED0F4;
    color: #FFFFFF;
    width: 300px;
    text-align: center;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    font-weight: bold;
}

#CloseTaskManager {
    float: right;
    line-height: 10px;
    margin-right: 10px;
}

#taskManagerHeader a:hover {
    text-decoration: none;
}

#taskManagerHeader {
    padding: 5px;
    color: #ffffff;
    background-color: #0072C6;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    cursor: move;
}

#tasksDiv {
    width: 100%;
    height: 20px;
    overflow: auto;
}

#taskManager {
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
}

.qFile {
    height: 32px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #CCC;
}

#footerDiv {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 500PX;
    z-index: 900;
    float: right;
    margin-right: 50px;
    border: 1px solid #cccccc;
}

#taskManager div {
    text-align: left;
}

.StatusBarDiv {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    width: 500px;
    height: 20px;
    color: #333333;
    z-index: 901;
    float: right;
    margin-right: 50px;
    border: 1px solid #cccccc;
    border-top: 0px;
    z-index: 1000;
}

    .StatusBarDiv div {
        float: left;
        height: 20px;
        line-height: 20px;
        color: #666666;
        font-size: 12px;
        margin-left: 5px;
    }

    .StatusBarDiv > div {
        margin-left: 10px;
    }

    .StatusBarDiv div img {
        margin-top: 4px;
    }

.footer {
    width: 1097px;
}

.qFile div {
    float: left;
    z-index: 910;
    color: #666666;
    font-size: 12px;
}

.qFile .Progress div {
    color: #FFFFFF;
    line-height: 16px;
}

.mainDel {
    width: 600px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding-top: 1px;
}

#divDelMain {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.delHdr {
    width: 80%;
    height: 50px;
    margin-top: 25px;
    margin-left: 30px;
    line-height: 57px;
    text-align: left;
}

.delImg {
    background: url(../imgs/48/bin.png) no-repeat center center;
    width: 66px;
    height: 50px;
}

.delProgMain {
    width: 80%;
    height: 50px;
    margin-top: 25px;
    margin-left: 30px;
}

.delProg {
    height: 40px;
    width: 500px;
    position: relative;
    border: 1px solid #cccccc;
}

.delProgE {
    width: 496px;
    background-color: #FFFAF0;
    color: #333333;
}

.delProgF {
    width: 0%;
    background-color: #11B3EF;
    color: #FFFAF0;
    overflow: hidden;
}

.delProgE, .delProgF {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    text-align: center;
    line-height: 36px;
}

.innerProg {
    width: 496px;
    text-align: center;
}

.backDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=50);
    z-index: 99;
}

.delHdr > div {
    float: left;
}

.FolderIcnD {
    background: url(../imgs/group/fol.png) no-repeat -32px center;
}

.FolderIcn {
    background: url(../imgs/group/fol.png) no-repeat -16px center;
}

.UploadIcnD {
    background: url(../imgs/group/upld.png) no-repeat -32px center;
}

.UploadIcn {
    background: url(../imgs/group/upld.png) no-repeat -16px center;
}

#videoPlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    width: 320px;
    height: 320px;
    max-width: 85%;
    max-height: 94%;
}

#audioPlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 73px;
}

.thumbContainer .audioThumb {
    position: absolute;
    top: 0;
    bottom: 160px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: default;
}

#notSupportedContentDiv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    height: 40px;
}
.compressMessageDiv {
    padding: 10px 0;
}

.compressMessageDiv #cb_DontShowMessage {
    width: 13px;
    display: inline-block;
    vertical-align: middle;
}

.compressMessageDiv .checkboxText {
    vertical-align: middle;
    padding-left: 5px;
    cursor: default;
}
.loaderDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../imgs/My_Computers_Logo.gif) no-repeat center center;
    z-index: 99998;
}

.loaderBG {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 99997;
}